home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / PROGRAM / NRPAS13.ARJ / EXPDEV.PAS < prev    next >
Pascal/Delphi Source File  |  1991-04-29  |  86b  |  5 lines

  1. FUNCTION expdev(VAR idum: integer): real;
  2. BEGIN
  3.    expdev := -ln(ran3(idum))
  4. END;
  5.